How to Activate the Product
The 30-day trial version of the product does not contain any restrictions, except for the Trial watermark on the report pages, and reminders about using the Trial
version.
After purchasing the product, you can download the license key from your personal account on the
website.
You can activate the product in several ways:
- Using one of the static methods below to register your license for all components:
StiLicense::setPrimaryKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
StiLicense::setPrimaryFile('stimulsoft.key');
- Using one of the methods below to register your license only for the specified component:
$report->license->setKey('6vJhGtLLLz2GNviWmUTrhSqnO...');
$report->license->setFile('stimulsoft.key');
- Using one of the functions below to register your license from the JavaScript code:
Stimulsoft.Base.StiLicense.loadFromString('6vJhGtLLLz2GNviWmUTrhSqnO...');
Stimulsoft.Base.StiLicense.loadFromFile('stimulsoft.key');
For more details, please see the
documentation.